home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 351-375 / disk_355 / rexxhostlib / glue / getrexxr.asm < prev    next >
Assembly Source File  |  1992-05-06  |  187b  |  16 lines

  1. ;:ts=8
  2.  
  3.     section    text,code
  4.  
  5.     xref    _RexxHostBase
  6.     xdef    _GetRexxResult1
  7. _GetRexxResult1:
  8.     move.l    a6,-(sp)
  9.     move.l    _RexxHostBase,a6
  10.     move.l    8(sp),a0
  11.     jsr    -72(a6)
  12.     move.l    (sp)+,a6
  13.     rts
  14.  
  15.     end
  16.